home *** CD-ROM | disk | FTP | other *** search
/ 501 Great Games / 501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso / PENCILS1 / _SETUP.1 / CALENDAR.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1998-06-29  |  1KB  |  60 lines

  1. object Form2: TForm2
  2.   Left = 317
  3.   Top = 121
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Calendar Title'
  7.   ClientHeight = 61
  8.   ClientWidth = 287
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PopupMenu = PopupMenu1
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 68
  22.     Height = 13
  23.     Caption = 'Calendar Title:'
  24.   end
  25.   object Edit1: TEdit
  26.     Left = 80
  27.     Top = 8
  28.     Width = 201
  29.     Height = 21
  30.     TabOrder = 0
  31.   end
  32.   object BitBtn1: TBitBtn
  33.     Left = 128
  34.     Top = 32
  35.     Width = 75
  36.     Height = 25
  37.     TabOrder = 1
  38.     OnClick = BitBtn1Click
  39.     Kind = bkOK
  40.   end
  41.   object BitBtn2: TBitBtn
  42.     Left = 208
  43.     Top = 32
  44.     Width = 75
  45.     Height = 25
  46.     TabOrder = 2
  47.     OnClick = BitBtn2Click
  48.     Kind = bkCancel
  49.   end
  50.   object PopupMenu1: TPopupMenu
  51.     Left = 32
  52.     Top = 40
  53.     object Help1: TMenuItem
  54.       Caption = 'Help'
  55.       ShortCut = 112
  56.       OnClick = Help1Click
  57.     end
  58.   end
  59. end
  60.